home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / pd / mui / mirrormanager / source / manager.cd < prev    next >
Text File  |  1995-04-11  |  3KB  |  229 lines

  1. ;
  2. ;    "mm:source/manager.c"
  3. ;
  4. MSG_MENUTITLE_PROJECT (//)
  5. Project
  6. ;
  7. MSG_MENU_LOAD (//)
  8. Load...
  9. ;
  10. MSG_MENU_LOAD_COMMKEY (/0/1)
  11. O
  12. ;
  13. MSG_MENU_SAVE (//)
  14. Save
  15. ;
  16. MSG_MENU_SAVE_COMMKEY (/0/1)
  17.  
  18. ;
  19. MSG_MENU_SAVEAS (//)
  20. Save As...
  21. ;
  22. MSG_MENU_SAVEAS_COMMKEY (/0/1)
  23. W
  24. ;
  25. MSG_MENU_LOCKED (//)
  26. Locked
  27. ;
  28. MSG_MENU_LOCKED_COMMKEY (/0/1)
  29. L
  30. ;
  31. MSG_MENU_ABOUT (//)
  32. About...
  33. ;
  34. MSG_MENU_ABOUT_COMMKEY (/0/1)
  35. ?
  36. ;
  37. MSG_MENU_QUIT (//)
  38. Quit
  39. ;
  40. MSG_MENU_QUIT_COMMKEY (/0/1)
  41. Q
  42. ;
  43. MSG_MENUTITLE_EDIT (//)
  44. Edit
  45. ;
  46. MSG_MENU_ADD (//)
  47. Add
  48. ;
  49. MSG_MENU_ADD_COMMKEY (/0/1)
  50. A
  51. ;
  52. MSG_MENU_INSERT (//)
  53. Insert
  54. ;
  55. MSG_MENU_INSERT_COMMKEY (/0/1)
  56. I
  57. ;
  58. MSG_MENU_REMOVE (//)
  59. Remove
  60. ;
  61. MSG_MENU_REMOVE_COMMKEY (/0/1)
  62. X
  63. ;
  64. MSG_MENU_CLONE (//)
  65. Clone
  66. ;
  67. MSG_MENU_CLONE_COMMKEY (/0/1)
  68. C
  69. ;
  70. MSG_MENU_EDIT (//)
  71. Edit...
  72. ;
  73. MSG_MENU_EDIT_COMMKEY (/0/1)
  74. E
  75. ;
  76. MSG_MENU_CLEAR (//)
  77. Clear
  78. ;
  79. MSG_MENU_CLEAR_COMMKEY (/0/1)
  80. /
  81. ;
  82. MSG_MENU_SORT (//)
  83. Sort
  84. ;
  85. MSG_MENU_SORT_COMMKEY (/0/1)
  86. S
  87. ;
  88. MSG_MENU_TOP (//)
  89. Top
  90. ;
  91. MSG_MENU_TOP_COMMKEY (/0/1)
  92. T
  93. ;
  94. MSG_MENU_UP (//)
  95. Up
  96. ;
  97. MSG_MENU_UP_COMMKEY (/0/1)
  98. U
  99. ;
  100. MSG_MENU_DOWN (//)
  101. Down
  102. ;
  103. MSG_MENU_DOWN_COMMKEY (/0/1)
  104. D
  105. ;
  106. MSG_MENU_BOTTOM (//)
  107. Bottom
  108. ;
  109. MSG_MENU_BOTTOM_COMMKEY (/0/1)
  110. B
  111. ;
  112. MSG_MENUTITLE_OUTPUT (//)
  113. Output
  114. ;
  115. MSG_MENU_OPENWINDOW (//)
  116. Open Window
  117. ;
  118. MSG_MENU_OPENWINDOW_COMMKEY (/0/1)
  119. M
  120. ;
  121. MSG_MENU_CLEARWINDOW (//)
  122. Clear Window
  123. ;
  124. MSG_MENU_CLEARWINDOW_COMMKEY (/0/1)
  125. K
  126. ;
  127. MSG_MENU_SAVELOG (//)
  128. Save Log...
  129. ;
  130. MSG_MENU_SAVELOG_COMMKEY (/0/1)
  131.  
  132. ;
  133. MSG_MENUTITLE_SETTINGS (//)
  134. Settings
  135. ;
  136. MSG_MENU_CREATEICONS (//)
  137. Create Icons?
  138. ;
  139. MSG_MENU_CREATEICONS_COMMKEY (/0/1)
  140.  
  141. ;
  142. MSG_FILEREQUEST_TITLE (//)
  143. Please select a configfile
  144. ;
  145. MSG_REQUEST_BUTTON_OK (//)
  146. _OK
  147. ;
  148. MSG_REQUEST_BUTTON_YESNO (//)
  149. _Yes|_No
  150. ;
  151. MSG_REQUEST_LOCKED (//)
  152. You can't execute a command\nwhile the application is locked.
  153. ;
  154. MSG_NOCONFIG (//)
  155. Unable to load configuration.
  156. ;
  157. MSG_REQUEST_ICON (//)
  158. Could not save Icon for configuration!
  159. ;
  160. MSG_WORKINGWINDOW_TITLE (//)
  161. MirrorManager Working Window
  162. ;
  163. MSG_NOCONSOLE (//)
  164. Can't open CONSOLE!
  165. ;
  166. MSG_REQUEST_WARNING (//)
  167. MirrorManager Warning
  168. ;
  169. MSG_REQUEST_BUTTON_OK2 (//)
  170. OK
  171. ;
  172. MSG_REQUEST_STACKSIZE (//)
  173. MirrorManager needs a stack size of at least %ld bytes.\nCurrent stack size %ld (%ld) bytes.\n
  174. ;
  175. MSG_COPYRIGHT (//)
  176. © 1994 by Harald Kunze and Tobias Ferber
  177. ;
  178. MSG_DESCRIPTION (//)
  179. manages the local Aminet mirror
  180. ;
  181. MSG_EDITWINDOW_TITLE (//)
  182. Edit item ...
  183. ;
  184. MSG_EDITWINDOW_NAME (//)
  185. Name
  186. ;
  187. MSG_EDITWINDOW_COMMAND (//)
  188. Command
  189. ;
  190. MSG_POPUP_TITLE (//)
  191. select file
  192. ;
  193. MSG_EDITWINDOW_ARGUMENTS (//)
  194. Arguments
  195. ;
  196. MSG_EDITWINDOW_OK (//)
  197. OK
  198. ;
  199. MSG_EDITWINDOW_CANCEL (//)
  200. Cancel
  201. ;
  202. MSG_REQUEST_ONECONFIG (//)
  203. It's not possible to load\nmore than one configuration.
  204. ;
  205. MSG_NEWENTRY (//)
  206. -- UNNAMED --
  207. ;
  208. MSG_REQUEST_POPUPQUIT (//)
  209. Cannot quit now, still\nsome asl popups opened.
  210. ;
  211. MSG_REQUEST_LOCKEDQUIT (//)
  212. Can't quit while application is locked.
  213. ;
  214. MSG_REQUEST_REXXQUIT (//)
  215. Can't quit! Still waiting for\nsome rexxprograms to return...
  216. ;
  217. MSG_REQUEST_NEWCONFIG (//)
  218. Your configuration has changed!\nAre you sure you want to quit?
  219. ;
  220. MSG_REQUEST_WARNNEWCONFIG (//)
  221. Your configuration has changed!\nAre you sure you want to loose\nyour current configuration?
  222. ;
  223. MSG_REQUEST_WARNCONFIGURABLE (//)
  224. If you save this configuration\nyou can't 'configure' it anymore!\nAre you sure you want to continue?
  225. ;
  226. MSG_MUI (//)
  227. This is a MUI-Application.\nMUI is copyrighted by Stefan Stuntz.
  228. ;
  229.